From 8ed0449887165e419edff9f8bda738f244ce41ea Mon Sep 17 00:00:00 2001 From: Steven Hand Date: Fri, 1 Sep 2006 12:16:21 +0100 Subject: [PATCH] Fix typo. With this patch, a checked build of Windows Server 2003 can be installed and run on top of a VMX domain. Signed-off-by: Eddie Dong Signed-off-by: Qing He --- xen/arch/x86/hvm/vmx/vmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index b5990d91e3..a1e562e929 100644 --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -1903,7 +1903,7 @@ static inline void vmx_do_msr_read(struct cpu_user_regs *regs) } rdmsr_safe(regs->ecx, regs->eax, regs->edx); - break; + return; } regs->eax = msr_content & 0xFFFFFFFF; -- 2.30.2